Date[][…] = … (gb)

Dim hDateArray As Date[]
Dim aDate As Date
hDateArray [ Index As Integer, ... ] = aDate

Modifies the value stored in the array at Index.